projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26c91bb
)
(reftex-view-crossref): added SPACE and TAB as key separators.
author
Carsten Dominik
<dominik@science.uva.nl>
Tue, 19 Dec 2000 11:09:28 +0000
(11:09 +0000)
committer
Carsten Dominik
<dominik@science.uva.nl>
Tue, 19 Dec 2000 11:09:28 +0000
(11:09 +0000)
lisp/textmodes/reftex-dcr.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/reftex-dcr.el
b/lisp/textmodes/reftex-dcr.el
index e4a63028a8fb872319f5360bf646629f7f160c94..d8d5646ea5b5a55e2267067ba34dc291b825fc1e 100644
(file)
--- a/
lisp/textmodes/reftex-dcr.el
+++ b/
lisp/textmodes/reftex-dcr.el
@@
-47,7
+47,7
@@
to the functions `reftex-view-cr-cite' and `reftex-view-cr-ref'."
(interactive "P")
;; See where we are.
(let* ((macro (car (reftex-what-macro-safe 1)))
- (key (reftex-this-word "^{}%\n\r,"))
+ (key (reftex-this-word "^{}%\n\r,
\t
"))
dw)
(if (or (null macro) (reftex-in-comment))